
Research
Security News
Lazarus Strikes npm Again with New Wave of Malicious Packages
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
unicode-property-value-aliases
Advanced tools
Unicode property value alias mappings in JavaScript format.
unicode-property-value-aliases offers Unicode property value alias mappings in an easy-to-consume JavaScript format.
It only contains the Unicode property names and values that are supported in ECMAScript RegExp property escapes.
It’s based on the PropertyValueAliases.txt
data for Unicode v9.0.0.
To use unicode-property-value-aliases programmatically, install it as a dependency via npm:
$ npm install unicode-property-value-aliases
Then, require
it:
const propertyValueAliases = require('unicode-property-value-aliases');
This module exports a Map
object of which the keys are canonical property names and the values are Map
s from property value aliases to canonical property value names. The most common usage is to convert a property value alias to its canonical form:
propertyValueAliases.get(property).get(propertyValue)
Examples:
propertyValueAliases.get('Bidi_Class').get('AL')
// → 'Arabic_Letter'
propertyValueAliases.get('Block').get('Alphabetic_PF')
// → 'Alphabetic_Presentation_Forms'
propertyValueAliases.get('Canonical_Combining_Class').get('KV')
// → 'Kana_Voicing'
Mathias Bynens |
unicode-property-value-aliases is available under the MIT license.
FAQs
Unicode property value alias mappings in JavaScript format.
The npm package unicode-property-value-aliases receives a total of 20 weekly downloads. As such, unicode-property-value-aliases popularity was classified as not popular.
We found that unicode-property-value-aliases demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 0 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Research
Security News
The Socket Research Team has discovered six new malicious npm packages linked to North Korea’s Lazarus Group, designed to steal credentials and deploy backdoors.
Security News
Socket CEO Feross Aboukhadijeh discusses the open web, open source security, and how Socket tackles software supply chain attacks on The Pair Program podcast.
Security News
Opengrep continues building momentum with the alpha release of its Playground tool, demonstrating the project's rapid evolution just two months after its initial launch.